Extension point contextExtension
Documentation
Extension allowing to register a new ContentExtensionFactory that will be used to add custom objects inside the rendering context.
Contribution Descriptors
- Class: org.nuxeo.template.api.descriptor.ContextExtensionFactoryDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="contextExtension" target="org.nuxeo.template.service.TemplateProcessorComponent"> <documentation>Adds Repository features in the context <ul> <li>core.getParent()</li> <li>core.getChildren()</li> </ul> </documentation> <contextFactory class="org.nuxeo.template.context.extensions.CoreExtensionFactory" name="core"> </contextFactory> </extension>
-
<extension point="contextExtension" target="org.nuxeo.template.service.TemplateProcessorComponent"> <documentation>Adds helper function to manage REST resources urls <ul> <li>jaxrs.getResourceUrl(resourceName)</li> </ul> </documentation> <contextFactory class="org.nuxeo.template.jaxrs.context.ExtensionFactory" name="jaxrs"> </contextFactory> </extension>